CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image stitching

搜索资源列表

  1. Video-classification-

    0下载:
  2. 本文档包含了对视频分类的方法论文,先提取视频中音频信息和图像信息,然后进行拼接并使用PCA进行降维处理,最后使用高斯联合模型进行学习和分类-This document contains papers on the video classification method, first extract the video audio information and image information, and then stitching using PCA dimension reduction,
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:272173
    • 提供者:dwj
  1. Rohit_Shashank_Shubham(3)

    0下载:
  2. Digital Image Processing assignment on panorama stitching of Images
  3. 所属分类:Communication

  1. pipei

    0下载:
  2. 完成图像匹配和拼接,可以直接用,效果比较好-Complete image matching and stitching
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6017507
    • 提供者:张丕辉
  1. movie_avi

    0下载:
  2. 自动读取电脑图片的原始raw数据,再进行帧拼接,再帧压成视频保存-Automatically read the original raw computer image data, then frame stitching, and then pressed into video compression frame
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-12
    • 文件大小:1284
    • 提供者:xuanxuan
  1. 123

    0下载:
  2. 基于块匹配的图像全景拼接的代码 仅供大家参考-Block-matching image panorama stitching code is for your reference only
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:695201
    • 提供者:王启洲
  1. panorama_example_data

    0下载:
  2. opencv图像处理全景拼接相关资料-Opencv image processing panorama stitching related information......
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:54343680
    • 提供者:young
  1. mosaic_1

    0下载:
  2. 实现基础的图像拼接功能,要求图片的大小要小,而且拼接的图像会有拼缝。-Realize the function of image mosaic based, requires the size of the picture to be small, and the image will have seam stitching
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:2332672
    • 提供者:汪泽
  1. siftDemoV4

    0下载:
  2. SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。基于sift算法,对图像配准和拼接(Based on the SIFT algorithm, image registration and stitching)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:785408
    • 提供者:勾践1
  1. imagestitching

    1下载:
  2. 实现了图像的简单拼接。首先寻找特征点,然后计算描述子(特征向量),对寻找到的特征点进行匹配,并塞选匹配结果,然后计算透视 矩阵,将其中一幅图进行透视变换,然后将图片合成。对一些简单的图片比较有效。仅供参考学习。(Realize the simple stitching of the image. First, find the feature point, and then calculate the descr iptor (eigenvector), match the feature po
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:70070272
    • 提供者:具体
  1. PrintScreenTemp

    0下载:
  2. 后台运行; 对正在运行的前台程序桌面程序指定位置截图,拼接,图像识别后获得监控数据,保存并发送(Background running; For the running front desk program, the desktop program specifies the location capture, stitching, image recognition to obtain monitoring data, save and send)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-20
    • 文件大小:705536
    • 提供者:Ceeva
  1. 20170901095825528

    0下载:
  2. 利用opencv图像库对两幅报纸图像进行拼接,输出拼接结果图。实际的使用过程中可以预先计算参数和变换矩阵以提高效率。拼接的结果图略有重影,如果要消除重影,可以自行修改最后部分的拼接算法,把两幅图叠加改为依据分割线拼接。(Opencv image library is used to connect two newspaper images and output the result of stitching. In actual use, the parameters and the trans
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:8197120
    • 提供者:清洋木才
  1. ImageProcessing1

    0下载:
  2. 实现图像拼接,运用c++平台,对256位图进行大范围的拼接(To achieve image mosaic, the use of c++ platform, the 256 bitmap for a wide range of stitching)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:4130816
    • 提供者:实地
  1. 多幅图像拼接

    0下载:
  2. 可以实现对几个不完整的属于同一类的图片的连贯的拼接,获得对原完整图像的复原(It can realize the coherence stitching of some incomplete pictures belonging to the same kind, and get the restoration of the original whole image)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:7119872
    • 提供者:happiness2017
  1. PA1

    0下载:
  2. Image merging and stitching code
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2899968
    • 提供者:Sayourn
  1. VC++ 图像拼接程序

    0下载:
  2. 利用VC++简单的实现图像的拼接功能。希望可以互相交流得到更好的拼接算法(Using VC++ simply to realize the image splicing function. It is hoped that a better stitching algorithm can be obtained by communicating with each other)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:151552
    • 提供者:周紫燕
  1. image_stitch

    2下载:
  2. 基于matlab的 surf图像拼接算法 根据matlab官方样例改写 采用例图进行拼接 初学者可以学习使用(The surf image mosaic algorithm based on MATLAB is rewritten according to Matlab official sample, and the example is used for stitching. Beginners can learn to use.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:sheanwo
  1. opencv

    0下载:
  2. 利用opencv图像库对两幅报纸图像进行拼接,输出拼接结果图。实际的使用过程中可以预先计算参数和变换矩阵以提高效率。拼接的结果图略有重影,如果要消除重影,可以自行修改最后部分的拼接算法,把两幅图叠加改为依据分割线拼接。(Using OpenCV image library to splice two newspaper images and output the results of stitching. In practical use, parameters and transformati
  3. 所属分类:Windows编程

    • 发布日期:2018-05-06
    • 文件大小:2021376
    • 提供者:ES2157
« 1 2 ... 21 22 23 24 25 26»
搜珍网 www.dssz.com